.container {
    width: 100%;
    margin: 0 auto;
}

#info {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -150px;
    font-family: 'Roboto', Helvetica, Arial;
    z-index: 1000;
    color: #fff;
    font-weight: 300;
}

#info h1 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

#info p.styles {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#info p.styles a {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    margin: 0 10px;
}

#info p.styles a.active,
#info p.styles a:hover {
    background: #fff;
    color: #333;
}

#info p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}

#info a {
    color: #fafafa;
}

#info p.social {
    width: 220px;
    margin: 0 auto;
    margin-top: 33px;
}


/* override flexslider default style */

.flexslider {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 20px;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-control-paging li a {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fff;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-color: #fff;
}

.flex-direction-nav {
    display: flex;
    height: 131px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    margin: -50px 0 0;
    z-index: 100;
    justify-content: space-between;
}

.flex-direction-nav li {
    overflow: visible;
}

.flex-direction-nav a {
    position: relative;
    display: block;
    overflow: visible;
    width: 159px;
    height: 131px;
    margin: 0;
    border: #fff solid 1px;
    box-sizing: border-box;
    background: url('../img/next.png')no-repeat center;
    top: 0;
    text-indent: -9999em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.flex-direction-nav a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid rgb(175, 173, 173);
    transition: all .5s;
    animation: clippath 3s infinite linear;
}

@keyframes clippath {
    0%,
    100% {
        clip-path: inset(0 95% 0 0);
    }
    25% {
        clip-path: inset(0 0 95% 0);
    }
    50% {
        clip-path: inset(0 0 0 95%);
    }
    75% {
        clip-path: inset(95% 0 0 0);
    }
}

.flex-direction-nav a:hover {
    background-color: rgba(0, 0, 0, 0.116);
}

.flex-direction-nav .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: 200;
}

.flex-direction-nav a.flex-next .arrow {
    background-position: -75px 5px;
}


/* .flex-direction-nav .flex-prev { left:0px; } */

.flex-direction-nav .flex-next {
    margin-right: 260px !important;
    text-align: left;
}


/* .flexslider:hover .flex-prev { left:0; opacity:1} */


/* .flexslider:hover .flex-prev:hover .arrow { left:0; background-position:5px -95px; background-color: #fff;} */


/* .flexslider:hover .flex-prev:hover, */

.flexslider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* general style */

.preview {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.preview img {
    position: absolute;
    right: 200px;
    top: -16px;
    width: 276px;
    height: 100%;
    border: #fff 1px solid;
    box-sizing: border-box;
}

.weilei {
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 495px;
    top: -16px;
}